您要查找的是不是:
- β-turn β-转角
- P-Turn P-Turn
- U-turn(β-turn) U形转角, U形转折
- Turn-Run-Turn算法 turn-run-turn algorithm
- 这是构建switch语句的一种传统方式,但break是可选的。 This is the conventional way to build a switch statement, but the break is optional.
- break语句 Break statement
- left turn lane (交叉口外的) 左转弯车道
- TURN协议是一种穿越对称nat的技术。 TURN protocol is a technique for simple traversal of UDP through NAT.
- 若省略它,会继续执行后面的case语句的代码,直到遇到一个break为止。 If it is missing,the code for the following case statements execute until a break is encountered.
- 请告诉我怎样使用这个词“turn”,好吗? Will you tell me how to use
- break;//..default:语句; break; // ... default: statement;
- 请告诉我怎样使用“turn”这个词,好吗? Will you tell me how to use " turn ",please ?
- break或CONTINUE超出循环 BREAK or CONTINUE outside of loop
- 带标签的break会中断当前循环,并移离由那个标签指示的循环的末尾。 .A labeled break drops out of the bottom of the end of the loop denoted by the label.
- 在单连接上接收到Reliable Transport(RT)-Turn服务。 Reliable Transport (RT)-Turn service was received on a monolog connection.
- ph.1. 状语助词(指动词后的副词如:come back break down中的back down) adverbial particle
- 梨蒴珠藓皱叶变种Bartramia pomiformis var.elongata Turn. Bartrarnia halleriana var. elongata Turn.
- break尤用作工间或课间的休息 Break applies especially to a rest during the working day or at school
- 谈到人或物的状态、外貌等的变化时,常用become、get、turn、go,後接形容词 When talking about a change in the state, appearance, etc of a person or thing, we often use become, get, turn and go followed by an adjective
- (3) break会中断当前循环,并移离当前标签的末尾。 (3).A break "drops out of the bottom" of the loop.